home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
FLOATING
/
PROCEDUR
/
HEADERS
/
MAIN.H
< prev
Wrap
Text File
|
1990-08-21
|
581b
|
19 lines
/* Copyright ⌐ 1990 Patrick Doane. All Rights Reserved */
#define _H_main
void Initialize(void);
void MakeWindows(void);
void EventLoop(void);
void DoEvent(EventRecord *theEvent);
void DoMouseDown(EventRecord *theEvent);
void DoMenu(EventRecord *theEvent);
void GrowTheWindow(WindowPtr whichWindow,Point where);
void ZoomTheWindow(WindowPtr whichWindow,Point where,short inOrOut);
void DoActivate(EventRecord *theEvent);
void DoDeactivate(EventRecord *theEvent);
void DoUpdate(EventRecord *theEvent);
void DoResume(EventRecord *theEvent);
void DoSuspend(EventRecord *theEvent);